google.golang.org/grpc.serverOptions.chainStreamInts (field)

5 uses

	google.golang.org/grpc (current package)
		server.go#L159: 	chainStreamInts       []StreamServerInterceptor
		server.go#L441: 		o.chainStreamInts = append(o.chainStreamInts, interceptors...)
		server.go#L1450: 	interceptors := s.opts.chainStreamInts
		server.go#L1452: 		interceptors = append([]StreamServerInterceptor{s.opts.streamInt}, s.opts.chainStreamInts...)